.zjgsWrap{
    width: 100%;
    padding:20px;
    background-color: #fff;
}
.zjgsWrap .detail-con{
    width: 1200px;
    margin:0 auto;
    padding: 10px 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 450px;
}
.zjgsWrap .detail-con .content-tit{
    font-size: 20px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.zjgsWrap .detail-con .content_about{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
    color: #999;
    text-align: center;
    line-height: 30px;
    padding-bottom: 5px;
    margin: 0 20px 20px;
}
.zjgsWrap .detail-con span{
    padding: 0 10px;
    color: #929292;
}
.zjgsWrap .detail-con span .red{
    color:#ea2e2e;
}
.zjgsWrap .detail-con .content-inner{
    padding: 0 25px;
}
.zjgsWrap .detail-con p{
    text-indent: 2em;
    line-height: 30px;
}
.zjgsWrap .detail-con .expert{
    margin:20px;
}
.zjgsWrap .detail-con .expert table{
    width: 96%;
    margin: 20px auto;
    border: 1px solid #ddd;
    table-layout: fixed;
}
.zjgsWrap .detail-con .expert .table{
    width: 100%;
    max-width: 100%;
    margin:20px;
    table-layout: fixed;
}
.zjgsWrap .detail-con .expert .table > thead > tr > th {
    text-align: center;
    height: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.zjgsWrap .detail-con .expert .table > thead > tr {
    font-size: 14px;
}
.zjgsWrap .detail-con .expert .table tbody tr {
    cursor: pointer;
}
.zjgsWrap .detail-con .expert .table > tbody > tr > td {
    height: 50px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    padding: 8px;
    line-height: 1.42857143;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
